network server - traduzione in Inglese
Diclib.com
Dizionario ChatGPT
Inserisci una parola o una frase in qualsiasi lingua 👆
Lingua:

Traduzione e analisi delle parole tramite l'intelligenza artificiale ChatGPT

In questa pagina puoi ottenere un'analisi dettagliata di una parola o frase, prodotta utilizzando la migliore tecnologia di intelligenza artificiale fino ad oggi:

  • come viene usata la parola
  • frequenza di utilizzo
  • è usato più spesso nel discorso orale o scritto
  • opzioni di traduzione delle parole
  • esempi di utilizzo (varie frasi con traduzione)
  • etimologia

network server - traduzione in Inglese

COMPUTER PROGRAM OR DEVICE THAT PROVIDES ACCESS TO A CENTRAL RESOURCE OR OTHER FUNCTIONALITY FOR CLIENTS
Enterprise server; Enterprise Sever; Enterprise Server; Network servers; Network Server; Server computer; Computer server; Network server; Net server; PC server; Server (computer); Server operating system; Server application; Server hardware; Server OS; Server computing; Remote server; Internet server; Server (hardware); Server software; Mobile server; Server (Computing); Mobile Server; Master server; Computer servers
  • client]] computers communicating with a '''server''' computer via the [[Internet]]
  • Sun's [[Cobalt Qube]] 3; a computer [[server appliance]] (2002); running Cobalt Linux (a customized version of Red Hat Linux, using the 2.2 Linux kernel), complete with the Apache web server.
  • WWW]] server is located at [[CERN]] with its original sticker that says: "This machine is a server. DO NOT POWER IT DOWN!!"
  • rack-mountable]] server with the top cover removed to reveal internal components
  • A network based on the '''[[client–server model]]''' where multiple individual ''clients'' request services and resources from centralized servers
  • [[Wikimedia Foundation]] rackmount servers on racks in a data center

network server         
server di rete (unità del computer che fornisce servizi per la comunicazione e il sistema di schedatura nel computer)
client server architecture         
DISTRIBUTED APPLICATION STRUCTURE IN COMPUTING
Client/server; Client server; Client-Server; Client-server architecture; Client-server model; Client-server protocol; Client/Server Architecture; 2-tier architecture; Client-Side; Client-Server Architecture; Client/server architecture; Client/server environment; Client/server network; Client/server protocol; Client-server system; Server-client model; Client-server computing; Server-client architecture; 2-tier; Client/server principle; Client-server programming; Client/server computing; Client server architecture; Benefits of client server computing; Client-server; Client–server architecture; Client–server; Server–client architecture; Client server communication; Client–server computing; Client-Server Model
Architettura cliente-utente (tipo di sistema in cui la maggior parte dei dati è elaborata dal server)
print server         
NETWORKING DEVICE WHICH CONNECTS PRINTERS TO COMPUTERS ACROSS A NETWORK
Print Server; Q-server; Print Sharing; Printserver; Printing in networks; Network printing
Server di stampa (computer in rete locale che si occupa delle operazioni di stampa di tutti gli altri computer della rete)

Definizione

print server
<printer> A server device that is set up on a network to route print requests and status information between computers and printers connected by a network. A typical print server routes print requests for multiple computers and printers on a network. For example, a networked workstation user submits a print command that includes a print file and information about the printer to be used, usually a nearby printer for convenience. The print server sends the print file to the requested printer. The printer spools the print file and provides job status. The print server relays the status of the printer back to the workstation and makes this status information available to other devices on the network. (1999-02-18)

Wikipedia

Server (computing)

In computing, a server is a piece of computer hardware or software (computer program) that provides functionality for other programs or devices, called "clients." This architecture is called the client–server model. Servers can provide various functionalities, often called "services," such as sharing data or resources among multiple clients or performing computations for a client. A single server can serve multiple clients, and a single client can use multiple servers. A client process may run on the same device or may connect over a network to a server on a different device. Typical servers are database servers, file servers, mail servers, print servers, web servers, game servers, and application servers.

Client–server systems are usually most frequently implemented by (and often identified with) the request–response model: a client sends a request to the server, which performs some action and sends a response back to the client, typically with a result or acknowledgment. Designating a computer as "server-class hardware" implies that it is specialized for running servers on it. This often implies that it is more powerful and reliable than standard personal computers, but alternatively, large computing clusters may be composed of many relatively simple, replaceable server components.